ServiceGetClientAccessToken Method (IListClientAccessTokenRequest) |
Gets the client access token.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic PerformReminderActionResponse GetClientAccessToken(
IList<ClientAccessTokenRequest> clientAccessTokenRequests
)
Public Function GetClientAccessToken (
clientAccessTokenRequests As IList(Of ClientAccessTokenRequest)
) As PerformReminderActionResponse
Parameters
- clientAccessTokenRequests
- Type: System.Collections.GenericIListClientAccessTokenRequest
The client access token requests.
Return Value
Type:
PerformReminderActionResponsePerformReminderActionResponse.
See Also